home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / database / bld23.zip / MIXED.KEY < prev    next >
Text File  |  1995-06-17  |  7KB  |  321 lines

  1. ; Copyright 1995 Aeolus Software
  2. ;
  3. ; Use this file to modify the 'look and feel' of the output source of the
  4. ; Aeolus Builder v2.3 Clipper (tm) code generator.
  5. ;
  6. ; Put this file in the same subdirectory where BUILDER.EXE is located or
  7. ; in the subdirectory where the code is being generated.  If it is located
  8. ; in the same subdirectory as BUILDER.EXE, all Builder generated code will
  9. ; utilize the output changes.  If it is put in the subdirectory where the
  10. ; source is created, only THAT application will receive the changes to the
  11. ; output source.
  12. ;
  13. ; =========================================================================
  14. ;
  15. ; Here's how it works, each line where TWO bracketed pieces of text are
  16. ; located will be applied to each line of output source.  if the bracketed
  17. ; text on the left is located in the source statement, it will be changed
  18. ; to the bracketed text on the right.
  19. ;
  20. ; For example, if this file contains the line:
  21. ;
  22. ; [PROCEDURE ]     [proc ]
  23. ;
  24. ; then every instance of the text "PROCEDURE " in Builder output source code
  25. ; will be replaced with "proc ".
  26. ;
  27. ;==========================================================================
  28. ;
  29. ; Following is a list of ALL Builder replacable output text.  Any text you
  30. ; would like to change, simply add a bracketed text string to the right.
  31. ;
  32. ;==========================================================================
  33. [#include ]       [#include ]
  34. [MEMVAR ]         [Memvar ]
  35. [STATIC ]         [Static ]
  36. [FUNCTION ]       [Func ]
  37. [PROCEDURE ]      [Proc ]
  38. [LOCAL ]          [Local ]
  39. [SET(]            [Set(]
  40. [SETCURSOR(]      [SetCursor(]
  41. [Open_Fil(]
  42. [VarInit(]
  43. [PRIVATE ]        [Priv ]
  44. [cSys_Name]
  45. [cAppl_Name]
  46. [cPrt_Port]
  47. [lHelp_Edit]
  48. [lHelp_On]
  49. [nHMax_Lins]
  50. [ISCOLOR(]        [IsColor(]
  51. [IF(]             [If(]
  52. [EMPTY(]          [Empty(]
  53. [Var(]
  54. [ALLTRIM(]        [AllTrim(]
  55. [ENDIF]           [Endif]
  56. [IF ]             [If ]
  57. [SET COLOR ]      [Set Color ]
  58. [WinPush(]
  59. [Message(]
  60. [Center(]
  61. [MouseInit(]
  62. [Chk_Ntxs(]
  63. [Open_Data(]
  64. [DbInit1(]
  65. [SETKEY(]         [SetKey(]
  66. [DO WHILE ]       [Do While ]
  67. [SetMsgLin(]
  68. [AskMenu(]
  69. [EXIT]            [Exit]
  70. [CLOSE DATABASES] [Close Databases]
  71. [SET CURSOR ON]   [Set Cursor On]
  72. [SET CURSOR OFF]  [Set Cursor Off]
  73. [CLEAR ]          [Clear ]
  74. [QUIT]            [Quit]
  75. [RETURN(]         [Return(]
  76. [nMr1]
  77. [nMr2]
  78. [nMc1]
  79. [nMc2]
  80. [nOpt]
  81. [aMenuArray]
  82. [VarPush(]
  83. [AddPrompt(]
  84. [Menu(]
  85. [VarPop(]
  86. [nFmr1]
  87. [nFmr2]
  88. [nFmc1]
  89. [nFmc2]
  90. [TtlKeyOn(]
  91. [TtlKeyOff(]
  92. [WinPop(]
  93. [nDr1]
  94. [nDr2]
  95. [nDc1]
  96. [nDc2]
  97. [ENDDO]           [Enddo]
  98. [AddGet(]
  99. [GenVld(]
  100. [LASTKEY(]        [Lastkey(]
  101. [aGetMenu]
  102. [CrteMnuArry(]
  103. [ChkChr(]
  104. [READ ]           [Read ]
  105. [WaitKey(]
  106. [nPr1]
  107. [nPc1]
  108. [nPr2]
  109. [nPc2]
  110. [cDisp]
  111. [Plist(]
  112. [bCond]
  113. [cKey]
  114. [nFmr1]
  115. [nFmc1]
  116. [nFmr2]
  117. [nFmc2]
  118. [cMemChk]
  119. [cMemMenu]
  120. [DBSETORDER(]     [DbSetOrder(]
  121. [Gen_Maint(]
  122. [CLEAR GETS]      [Clear Gets]
  123. [Edt_Memo(]
  124. [nFkr1]
  125. [nFkc1]
  126. [nFkr2]
  127. [nFkc2]
  128. [gKey]
  129. [ELSE]            [Else]
  130. [cGk_Func]
  131. [cG_Func]
  132. [nRw,nCl,nLn]
  133. [FILE(]           [File(]
  134. [SELECT ]         [Select ]
  135. [USE ]            [Use ]
  136. [NEW ]            [New ]
  137. [EXCLUSIVE]       [Exclusive]
  138. [SHARED ]         [Shared ]
  139. [VIA ]            [Via ]
  140. [INDEX ON ]       [Index On ]
  141. [ INTO]           [ Into]
  142. [SET INDEX ]      [Set Index ]
  143. [ORDBAGEXT(]      [OrdBagExt(]
  144. [Zap_iBar(]
  145. [iBar(]
  146. [RDDSETDEFAULT(]  [RddSetDefault(]
  147. [cOldRdd]
  148. [.OR.]            [.or.]
  149. [ARRAY(]          [Array(]
  150. [FCOUNT(]         [FCount(]
  151. [DbStor(]
  152. [WINDOW]          [Window]
  153. [ REMOVE]         [ Remove]
  154. [WINSAY ]         [WinSay ]
  155. [SAY ]            [Say ]
  156. [WINGET ]         [WinGet ]
  157. [WINPROMPT ]      [WinPrompt ]
  158. [GetList]
  159. [cRelKey]
  160. [Main()]
  161. [oOldErrBlk]
  162. [ALTD(]           [Altd(]
  163. [ERRORBLOCK(]     [ErrorBlock(]
  164. [BldrErr(]
  165. [SET DATE]        [Set Date]
  166. [AMERICAN]        [American]
  167. [BRITSH]          [Britsh]
  168. [JAPAN]           [Japan]
  169. [FRENCH]          [French]
  170. [ANSI]            [Ansi]
  171. [GERMAN]          [German]
  172. [ITALIAN]         [Italian]
  173. [USA]             [USA]
  174. [SET CENTURY]     [Set Century]
  175. [ ON]             [ On]
  176. [ OFF]            [ Off]
  177. [Options->]
  178. [DBCLOSEAREA()]   [DbCloseArea()]
  179. [DBCLOSEALL()]    [DbCloseAll()]
  180. [DISPBOX(]        [DispBox(]
  181. [MAXROW()]        [MaxRow()]
  182. [MAXCOL()]        [MaxCol()]
  183. [REPLICATE(]      [Replicate(]
  184. [CHR(]            [Chr(]
  185. [SETCOLOR(]       [SetColor(]
  186. [NOSHADOW]        [NoShadow]
  187. [NOSAVE]          [NoSave]
  188. [NOBORDER]        [NoBorder]
  189. [NOCLEAR]         [NoClear]
  190. [ChkNtxs(]
  191. [OpenFiles(]
  192. [AddMPad(]
  193. [Rootmenu()]
  194. [EXECUTE ]        [Execute ]
  195. [PICTURE ]        [Picture ]
  196. [WinTop()]
  197. [WinLeft()]
  198. [WinBott()]
  199. [WinRight()]
  200. [VALIDBLOCK]      [ValidBlock]
  201. [ReadGets(]
  202. [DBSELECTAREA(]   [DbSelectArea(]
  203. [iSeek(]
  204. [xBounds]
  205. [Rel_Maint(]
  206. [nBr1]
  207. [nBc1]
  208. [nBr2]
  209. [nBc2]
  210. [xBound]
  211. [nDisplayRow]
  212. [oBrwObj]
  213. [oColObj]
  214. [aBrwCtrls]
  215. [aColCtrls]
  216. [cOldColor]
  217. [DictPut(]
  218. [TBrowseDb(]
  219. [:cargo]
  220. [:goBottomBlock]
  221. [:goTopBlock]
  222. [:skipBlock]
  223. [:colorSpec]
  224. [:headSep]
  225. [:colSep]
  226. [:footSep]
  227. [TBColumnNew(]
  228. [TRANSFORM(]      [Transform(]
  229. [:addColumn]
  230. [:width]
  231. [:defColor]
  232. [:nBottom]
  233. [::rowCount]
  234. [BrwMouse(]
  235. [BrowseDb(]
  236. [SPACE(]          [Space(]
  237. [MENU USING]      [Menu Using]
  238. [aMemMenu]
  239. [cIt]
  240. [cFileName]
  241. [VALTYPE(]        [ValType(]
  242. [TYPE(]           [Type(]
  243. [DBCREATEINDEX(]  [DbCreateIndex(]
  244. [ORDCREATE(]      [OrdCreate(]
  245. [IBar(]
  246. [BREAK(]          [Break(]
  247. [BEGIN SEQUENCE]  [Begin Sequence]
  248. [RECOVER USING]   [Recover Using]
  249. [END SEQUENCE]    [End Sequence]
  250. [FERASE(]         [Ferase(]
  251. [ALIAS ]          [Alias ]
  252. [EXTERNAL]        [External]
  253. [SET ]            [Set ]
  254. [ SOFTSEEK]       [ Softseek]
  255. [ DELETED]        [ Deleted]
  256. [ SCOREBOARD]     [ Scoreboard]
  257. [ WRAP]           [ Wrap]
  258. [ DATE]           [ Date]
  259. [ PRINTER]        [ Printer]
  260. [ ORDER]          [ Order]
  261. [DO ]             [Do ]
  262. [SysDel]
  263. [Publ_Colo]
  264. [TRIM(]           [Trim(]
  265. [FOR ]            [For ]
  266. [NEXT]            [Next]
  267. [Chk_Ntxs]
  268. [ WITH]           [ With]
  269. [Open_Data]
  270. [Ask(]
  271. [ PROMPT]         [ Prompt]
  272. [MENU ]           [Menu ]
  273. [CASE]            [Case]
  274. [ENDCASE]         [Endcase]
  275. [ GET]            [ Get]
  276. [DECLARE ]        [Declare ]
  277. [aFields]
  278. [aPicture]
  279. [aHeading]
  280. [DbEdit(]
  281. [cG_Pfx]
  282. [PARAMETERS ]     [Para ]
  283. [VALID]           [Valid]
  284. [ DbPubl]
  285. [ DbStor]
  286. [cThm]
  287. [cOthm]
  288. [nRecs]
  289. [nRpg_Len]
  290. [nRpg_Wdth]
  291. [nRpg]
  292. [nSbtl]
  293. [nTtl]
  294. [xSbtl]
  295. [CkPrtr]
  296. [RETURN]          [Return]
  297. [ RELATION]       [ relation]
  298. [GO TOP]          [Go Top]
  299. [EOF()]           [Eof()]
  300. [ DEVICE]         [ Device]
  301. [ SCREEN]         [ Screen]
  302. [ MARGIN]         [ Margin]
  303. [Thermometr(]
  304. [LASTREC(]        [Lastrec(]
  305. [INKEY(]          [Inkey(]
  306. [ TYPEAHEAD]      [ TypeAhead]
  307. [PROW()]          [Prow()]
  308. [DBSKIP(]         [DbSkip(]
  309. [SKIP]            [Skip]
  310. [LOOP]            [Loop]
  311. [STR(]            [Str(]
  312. [ PRINT]          [ Print]
  313. [nLbl_Acrss]
  314. [nLbl_Wdth]
  315. [nLbl_Len]
  316. [LEFT(]           [Left(]
  317. [nRecs]
  318. [MsgBox(]
  319. [ TO]             [ To]
  320. [BREAK]           [Break]
  321.